.Net: Migrate Azure Chat Completion Service to AzureOpenAI SDK v2 - #6984
Merged
Roger Barreto (rogerbarreto) merged 5 commits intoJun 27, 2024
Conversation
Mark Wallace (markwallace-microsoft)
approved these changes
Jun 27, 2024
Roger Barreto (rogerbarreto)
merged commit Jun 27, 2024
f8a22b8
into
microsoft:feature-connectors-openai
Roger Barreto (rogerbarreto)
left a comment
Member
There was a problem hiding this comment.
Approved. ✅
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation and Context
This PR is the next step in a series of follow-up PRs to migrate AzureOpenAIConnector to Azure AI SDK v2. It updates all code related to AzureOpenAI ChatCompletionService to use the Azure AI SDK v2. One of the goals of the PR is to update the code with a minimal number of changes to make the code review as easy as possible, so almost all methods keep their names as they were even though they might not be relevant anymore. This will be fixed in one of the follow-up PRs.
Description
This PR does the following:
Next steps
Out of scope:
Contribution Checklist